home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / biblev.arc / BIBLEV.DOC < prev    next >
Text File  |  1990-06-21  |  5KB  |  116 lines

  1. ***BIBLEV.DOC - Documentation for BIBLEV.COM Version 2.11***
  2.  
  3. PURPOSE
  4.  
  5.         BIBLEV.COM is a program that will print a Bible verse of the day on
  6.         your IBM PC or other MS-DOS Compatible computer.
  7.  
  8. REQUIRED FILES
  9.  
  10.         The package consists of BIBLEV.COM, the main program file, and several
  11.         support files.  These others files are BIBLEV.DAY, the verse file;
  12.         BIBLEV.CFG, the configuration file; SETBV.COM, used to configure
  13.         BIBLEV.COM; and BIBLEV.DOC, this documentation file.
  14.  
  15. RUNNING BIBLEV.COM
  16.  
  17.         The program can be run from the command prompt by typing "BIBLEV",
  18.         or can easily be added to a batch file.  However, as the program
  19.         requires access to the associated data files, these files must
  20.         be in the current directory when you run BIBLEV.
  21.  
  22.         In a batch file, such as the AUTOEXEC.BAT file, you will need to
  23.         change directories to the directory containing the program, before
  24.         running the program.
  25.  
  26.         For example:
  27.                 .
  28.                 .
  29.                 CD \DIRNAME
  30.                 BIBLEV
  31.                 CD \
  32.                 .
  33.                 .
  34.  
  35.         This will change to a directory called "dirname", and run BIBLEV.
  36.         BIBLEV  will pause for you to strike a key.  After striking a key,
  37.         you will change back to the root directory.  Of course, if BIBLEV
  38.         is in the root directory, there will be no need to change to
  39.         a subdirectory.
  40.  
  41. CONFIGURING BIBLEV
  42.  
  43.         BIBLEV.COM has two different modes of operation.  The first mode is
  44.         the "Day of Month" mode.  When in the mode, BIBLEV will use the DOS
  45.         date on your PC to determine the day of the month, and then print
  46.         that verse from the BIBLEV.DAY verse file.  The verse will be the
  47.         same each time run that day.    The limitation of this method is that
  48.         it will use only the first 31 verses in the file (maximum), and then
  49.         start over again at the first verse.
  50.  
  51.         The second mode of operation is the "Random" mode.  In random mode
  52.         BIBLEV.COM will randomly select one of the tagged verses in the
  53.         verse file, with no maximum limit on the number of verses.  Since
  54.         it is entirely random, and not based on date, the verse will be
  55.         different each time run, even on the same day.
  56.  
  57.         To configure BIBLEV.COM, run the utility program included, SETBV.COM.
  58.         You will be asked for the mode of operation, and the program will
  59.         then count the number of tagged verses in the verse file, and write
  60.         this information to the BIBLEV.CFG file.
  61.  
  62.         ALWAYS run SETBV after adding or deleting verses from the verse file!
  63.  
  64. ADDING OR CHANGING VERSES
  65.  
  66.         All verses are contained in the file BIBLEV.DAY (for BIBLE Verse of
  67.         the Day).  This file is simply an ASCII text file, and can be
  68.         edited with any ASCII text editor (almost any text editor or word
  69.         processor for the PC can edit ASCII files).  Just make sure that
  70.         you save the file again in ASCII format - if in some other strange
  71.         format, BIBLEV.COM will NOT work properly!
  72.  
  73.         Each verse in the file MUST be marked, or tagged, with an asterisk
  74.         (*) if you want it to be used by BIBLEV.COM.  The file is very
  75.         freeform, and has no strict format.  Verses can be as long as you
  76.         desire, but I would recommend not too long - otherwise it will
  77.         scroll off the screen!
  78.  
  79.         After adding new verses, or deleting old verses, ALWAYS run
  80.         SETBV.COM to reconfigure BIBLEV for the new number of verses!
  81.  
  82. CHANGES
  83.  
  84.         Version 2.0 to Version 2.11:
  85.  
  86.         1) Version 2.0 had a bug which would show up if the last verse
  87.            the verse file was selected.  BIBLEV would not stop reading
  88.            at the end of the file, and would keep printing spaces.
  89.            This has been corrected.
  90.  
  91.         2) BIBLEV.COM now clears the screen when run, so that when run
  92.            from a batch file, it is the only thing on the screen.
  93.  
  94.         3) BIBLEV.COM now pauses for you to strike a key after run.
  95.            This means that you no longer have to put a PAUSE command
  96.            in your batch files.
  97.  
  98. REMARKS
  99.  
  100.         BIBLEV.COM and its associated programs are written in C, and
  101.         compiled with Borland's Turbo C Compiler.
  102.  
  103.         BIBLEV.COM and all associated programs and data files are
  104.         provided 'as is' with no expressed warranty of any kind.
  105.         The author, Jim Morris, is in no way liable for any damages,
  106.         real or imagined, received thereof.
  107.  
  108.         Comments and suggestions for BIBLEV can be sent to Jim Morris
  109.         on the Data World BBS in Atlanta, GA, or to GEnie address
  110.           JMORRIS on GEnie (the General Electric Network for Information
  111.           Exchange).
  112.  
  113.         Lastly, ENJOY!  I Hope many people find this program of some
  114.         use, and that it helps you grow in the Word even while using
  115.         your computer!
  116.